VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Shared Namespace / WebImageCollectionJS type / getImageFilesInfos Methods / getImageFilesInfos(Vintasoft.Shared.WebFileInfoJS[],Vintasoft.Shared.WebServiceJS) Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
    getImageFilesInfos(Vintasoft.Shared.WebFileInfoJS[],Vintasoft.Shared.WebServiceJS) Method
    In This Topic
    Sends an asynchronous request to a server and gets information about images, which are stored in files on server.
    Syntax
    var instance = new Vintasoft.Shared.WebImageCollectionJS();
    
    var value; // Type: any
    
    // Parameters
    var fileIds; // Type: WebFileInfoJS[]
    var service; // Type: WebServiceJS
    
    value = instance.getImageFilesInfos(fileIds, service);
    
    
    function getImageFilesInfos(
    fileIds
    An array of instances of WebFileInfoJS class.
    : WebFileInfoJS[],
    service
    WebServiceJS which allows to manage an image collection.
    : WebServiceJS
    ) : any;

    Parameters

    fileIds
    An array of instances of WebFileInfoJS class.
    service
    WebServiceJS which allows to manage an image collection.
    Exceptions
    ExceptionDescription
    Thrown if arguments have wrong types.
    Browser Compatibility
    56+
    45+
    11
    See Also